home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 6 / c_math.zip / MATH.H < prev    next >
Text File  |  1983-07-02  |  375b  |  10 lines

  1. extern double fabs(), floor(), ceil(), fmod(), ldexp(), frexp();
  2. extern double sqrt(), hypot(), atof();
  3. extern double sin(), cos(), tan(), asin(), acos(), atan(), atan2();
  4. extern double exp(), log(), log10(), pow();
  5. extern double sinh(), cosh(), tanh();
  6. extern double gamma();
  7. extern double j0(), j1(), jn(), y0(), y1(), yn();
  8.  
  9. #define HUGE    1.701411733192644270e38
  10.